1.2.8.8. alpha.unix.cstring.OutOfBounds (C) Check for out-of-bounds access in string functions; applies to:`` strncopy, strncat``.
Examples:
void test() { int y = strlen((char *)&test); // warn }